projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf15600
)
sf: sf_params: Add S25FL164K flash identifier info
author
Adnan Ali
<
[email protected]
>
Thu, 18 Dec 2014 13:18:30 +0000
(18:48 +0530)
committer
Jagannadha Sutradharudu Teki
<
[email protected]
>
Thu, 18 Dec 2014 13:18:30 +0000
(18:48 +0530)
Add the necessary flash entry for the Spansion S25FL164K
flash. Tested on Marvell
88F6218
based design.
Signed-off-by: Ben Dooks <
[email protected]
>
Reviewed-by: Jagannadha Sutradharudu Teki <
[email protected]
>
drivers/mtd/spi/sf_params.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/sf_params.c
b/drivers/mtd/spi/sf_params.c
index 84fcff2bc91113545e6d0f17aec2eecf95e3a2c1..c12e8c6fe7eda06939b685583c3c1b21778e0cf8 100644
(file)
--- a/
drivers/mtd/spi/sf_params.c
+++ b/
drivers/mtd/spi/sf_params.c
@@
-52,6
+52,7
@@
const struct spi_flash_params spi_flash_params_table[] = {
{"S25FL032A", 0x010215, 0x0, 64 * 1024, 64, RD_NORM, 0},
{"S25FL064A", 0x010216, 0x0, 64 * 1024, 128, RD_NORM, 0},
{"S25FL116K", 0x014015, 0x0, 64 * 1024, 128, RD_NORM, 0},
+ {"S25FL164K", 0x014017, 0x0140, 64 * 1024, 128, RD_NORM, 0},
{"S25FL128P_256K", 0x012018, 0x0300, 256 * 1024, 64, RD_FULL, WR_QPP},
{"S25FL128P_64K", 0x012018, 0x0301, 64 * 1024, 256, RD_FULL, WR_QPP},
{"S25FL032P", 0x010215, 0x4d00, 64 * 1024, 64, RD_FULL, WR_QPP},